object ImportSettingsForm: TImportSettingsForm Left = 357 Top = 200 BorderIcons = [] BorderStyle = bsDialog Caption = 'Welcome' ClientHeight = 296 ClientWidth = 378 Color = clBtnFace Font.Charset = DEFAULT_CHARSET Font.Color = clWindowText Font.Height = -11 Font.Name = 'Tahoma' Font.Style = [] OldCreateOrder = False Position = poScreenCenter Scaled = False PixelsPerInch = 96 TextHeight = 13 object Shape1: TShape Left = 0 Top = 0 Width = 378 Height = 73 Align = alTop Pen.Style = psClear end object Pic: TImage Left = 8 Top = 8 Width = 32 Height = 32 AutoSize = True Picture.Data = {} end object Label1: TLabel Left = 56 Top = 11 Width = 296 Height = 28 Caption = 'Welcome to Visual IRC 2!' Font.Charset = DEFAULT_CHARSET Font.Color = clWindowText Font.Height = 28 Font.Name = 'Tahoma' Font.Style = [fsBold] ParentFont = False Transparent = True end object Label2: TLabel Left = 56 Top = 48 Width = 289 Height = 17 AutoSize = False Caption = 'To begin, please choose how you'#39'd like to set your options.' Transparent = True WordWrap = True end object Bevel1: TBevel Left = 0 Top = 72 Width = 377 Height = 9 Shape = bsTopLine end object Label3: TLabel Left = 40 Top = 96 Width = 331 Height = 13 Caption = 'Starts the Visual IRC Setup Wizard to guide you through basic se' + 'tup.' Transparent = True end object Label4: TLabel Left = 40 Top = 136 Width = 313 Height = 13 Caption = 'Shows the full Configuration window with recommended defaults.' Transparent = True end object ImportList: TListBox Left = 40 Top = 184 Width = 329 Height = 65 Enabled = False ItemHeight = 13 TabOrder = 4 OnClick = ImportListClick OnDblClick = ImportListDblClick end object OKBtn: TBitBtn Left = 109 Top = 264 Width = 75 Height = 25 Caption = 'OK' Default = True ModalResult = 1 TabOrder = 5 Glyph.Data = { DE010000424DDE01000000000000760000002800000024000000120000000100 0400000000006801000000000000000000001000000000000000000000000000 80000080000000808000800000008000800080800000C0C0C000808080000000 FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF00333333333333 3333333333333333333333330000333333333333333333333333F33333333333 00003333344333333333333333388F3333333333000033334224333333333333 338338F3333333330000333422224333333333333833338F3333333300003342 222224333333333383333338F3333333000034222A22224333333338F338F333 8F33333300003222A3A2224333333338F3838F338F33333300003A2A333A2224 33333338F83338F338F33333000033A33333A222433333338333338F338F3333 0000333333333A222433333333333338F338F33300003333333333A222433333 333333338F338F33000033333333333A222433333333333338F338F300003333 33333333A222433333333333338F338F00003333333333333A22433333333333 3338F38F000033333333333333A223333333333333338F830000333333333333 333A333333333333333338330000333333333333333333333333333333333333 0000} NumGlyphs = 2 end object UseDefaults: TRadioButton Left = 24 Top = 120 Width = 273 Height = 17 Caption = 'I'#39've &used IRC before. Show me everything!' Font.Charset = DEFAULT_CHARSET Font.Color = clWindowText Font.Height = -11 Font.Name = 'Tahoma' Font.Style = [fsBold] ParentFont = False TabOrder = 1 OnClick = RadioClick end object ImportmIRC: TRadioButton Left = 8 Top = 152 Width = 233 Height = 17 Caption = 'I want to import settings from &mIRC.' Enabled = False Font.Charset = DEFAULT_CHARSET Font.Color = clWindowText Font.Height = -11 Font.Name = 'Tahoma' Font.Style = [fsBold] ParentFont = False TabOrder = 2 Visible = False OnClick = RadioClick end object ImportOther: TRadioButton Left = 24 Top = 160 Width = 337 Height = 17 Caption = 'I want to import settings from another &version of ViRC:' Enabled = False Font.Charset = DEFAULT_CHARSET Font.Color = clWindowText Font.Height = -11 Font.Name = 'Tahoma' Font.Style = [fsBold] ParentFont = False TabOrder = 3 OnClick = RadioClick end object ExitBtn: TButton Left = 195 Top = 264 Width = 75 Height = 25 Caption = 'E&xit' TabOrder = 6 OnClick = ExitBtnClick end object UseWizard: TRadioButton Left = 24 Top = 80 Width = 273 Height = 17 Caption = 'I'#39'm &new to IRC and I want detailed help.' Checked = True Font.Charset = DEFAULT_CHARSET Font.Color = clWindowText Font.Height = -11 Font.Name = 'Tahoma' Font.Style = [fsBold] ParentFont = False TabOrder = 0 TabStop = True end object OpenDialog: TOpenDialog Filter = 'mIRC settings (mirc.ini)|mirc.ini|All settings (*.ini)|*.ini' Options = [ofHideReadOnly, ofPathMustExist, ofFileMustExist, ofEnableSizing] Left = 8 Top = 256 end end